Platform Explorer / Nuxeo Platform 2021.50

Contribution org.nuxeo.ecm.core.event.orphanVersionRemoval.listener--listener

This contribution is part of XML component org.nuxeo.ecm.core.event.orphanVersionRemoval.listener inside nuxeo-core-2021.50.12.jar /OSGI-INF/orphanVersionRemoval-listener-contrib.xml

Documentation

Deprecated since 2021.44 there is now an orphan versions incremental GC (StreamDocumentGC). Listener used by DefaultVersionRemovalPolicy to remove the Orphan versions from repository in an async manner.

Extension Point

Extension point listener of component EventServiceComponent.

Registration Order

7
The registration order represents the order in which this contribution was registered on its target extention point. This will impact the override/merge behaviour when it is implemented on the target service, and is useful for proper customization of existing contributions.
You can influence this order by adding "require" tags in the containing component declaration, to make sure it is resolved after another component (see "Resolution Order" on components).

Contributed Items

  • <listener async="true" class="org.nuxeo.ecm.core.versioning.OrphanVersionRemoverListener" enabled="false" name="orphanVersionRemoverListener" postCommit="true">
          <event>orphan_versions_to_remove</event>
        </listener>

XML Source

<extension point="listener" target="org.nuxeo.ecm.core.event.EventServiceComponent">

    <documentation>
      Deprecated since 2021.44 there is now an orphan versions incremental GC (StreamDocumentGC).
      Listener used by DefaultVersionRemovalPolicy to remove the Orphan versions from repository in an async manner.
    </documentation>
    <listener async="true" class="org.nuxeo.ecm.core.versioning.OrphanVersionRemoverListener" enabled="false" name="orphanVersionRemoverListener" postCommit="true">
      <event>orphan_versions_to_remove</event>
    </listener>

  </extension>